home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
hity wydania
/
PC Tools Firewall
/
fwinstall.exe
/
{cf}
/
PC Tools
/
NDIS
/
InstallNDIS64
/
pctNdis64.inf
< prev
next >
Wrap
Windows Setup INFormation
|
2010-01-07
|
3KB
|
93 lines
; pctNdis64.inf
; Copyright (c) 2009 - PC Tools
[Version]
Signature = "$Windows NT$"
Class = NetService
ClassGUID = {4D36E974-E325-11CE-BFC1-08002BE10318}
Provider = %PCTools%
DriverVer = 07/01/2009,1.0.0.35
CatalogFile= pctNdis64.cat
[Manufacturer]
%PCTools% = PCTOOLS,NTx86,NTia64,NTamd64
[ControlFlags]
;=========================================================================
;
;=========================================================================
; For Win2K
[PCTOOLS]
%PCTNdis_Desc% = PCTNdis.ndi, PCTNdis
; For XP and later
[PCTOOLS.NTx86]
%PCTNdis_Desc% = PCTNdis.ndi, PCTNdis
[PCTOOLS.NTia64]
%PCTNdis_Desc% = PCTNdis.ndi, PCTNdis
[PCTOOLS.NTamd64]
%PCTNdis_Desc% = PCTNdis.ndi, PCTNdis
[PCTNdis.ndi]
AddReg = PCTNdis.ndi.AddReg, PCTNdis.AddReg
Characteristics = 0x410 ; NCF_FILTER | NCF_NDIS_PROTOCOL !!--Filter Specific--!!
CopyFiles = PCTNdis.CopyFiles.Sys
CopyInf = pctNdis_m64.inf
[PctDriver.ndi.Remove]
DelFiles = PctDriver.CopyFiles.Sys
[PctDriver.ndi.Services]
AddService = pctNDIS,, PctDriver.AddService
[PctDriver.AddService]
DisplayName = %PCTService_Desc%
ServiceType = 1 ;SERVICE_KERNEL_DRIVER
StartType = 3 ;SERVICE_DEMAND_START
ErrorControl = 1 ;SERVICE_ERROR_NORMAL
ServiceBinary = %12%\pctNdis64.sys
; ----------------------------------------------------------------------
; File copy
;
[SourceDisksNames]
1=%DiskDescription%,"",,
[SourceDisksFiles]
pctNdis64.sys=1
[DestinationDirs]
DefaultDestDir = 12
PCTNdis.CopyFiles.Sys = 12 ; %windir%\System32\drivers
[PCTNdis.CopyFiles.Sys]
pctNdis64.sys,,,2
; ----------------------------------------------------------------------
; PCTNdis Install
;
[PCTNdis.ndi.AddReg]
HKR, Ndi, HelpText, , %PCTNdis_HELP%
HKR, Ndi, FilterClass, , failover
HKR, Ndi, FilterDeviceInfFile, , PCTNdis_m64.inf
HKR, Ndi, FilterDeviceInfId, , s4e_PCTNdismp
HKR, Ndi, Service, , pctNDIS
HKR, Ndi\Interfaces, UpperRange, , noupper
HKR, Ndi\Interfaces, LowerRange, , nolower
HKR, Ndi\Interfaces, FilterMediaTypes, , "ethernet, tokenring, fddi, wan"
[PCTNdis.AddReg]
HKR, Parameters, Param1, 0, 4
; ----------------------------------------------------------------------
[Strings]
PCTools = "PC Tools"
DiskDescription = "PC Tools Firewall Driver Disk"
PCTNdis_Desc = "PC Tools Firewall Driver"
PCTNdis_HELP = "PC Tools Firewall Driver"
PCTService_Desc = "PC Tools Firewall Service"